home *** CD-ROM | disk | FTP | other *** search
/ Graduation from F.U. / Graduation from F.U..iso / macproj / macproj.DXR / 00042.ls < prev    next >
Encoding:
Text File  |  1995-02-17  |  143 b   |  9 lines

  1. on mouseDown
  2.   global TheIN, TheOUT
  3.   set TheIN to "quit in"
  4.   set TheOUT to "quit out"
  5.   ButtonSwitch2(13)
  6.   AllPuppetsOff()
  7.   go("quit")
  8. end
  9.